projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbefe4
)
Remove hidden-mode-line-mode
author
justbur
<justin@burkett.cc>
Thu, 9 Jul 2015 11:25:47 +0000
(07:25 -0400)
committer
justbur
<justin@burkett.cc>
Thu, 9 Jul 2015 11:25:47 +0000
(07:25 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index e248a255b262e61ea7e5f4f7e123d62ab2399f40..c3e06f9a796777ed21948b32147fc3d770010149 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-157,7
+157,7
@@
Used when `which-key-popup-type' is frame.")
(with-current-buffer which-key--buffer
(setq-local cursor-type nil)
(setq-local cursor-in-non-selected-windows nil)
- (
hidden-mode-line-mode t
))
+ (
setq-local mode-line-format ""
))
(setq which-key--setup-p t))
(defun which-key/setup-side-window-right ()